home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / display_ansi < prev    next >
Text File  |  2001-03-21  |  969b  |  25 lines

  1. Synopsis:
  2.    set display_ansi [on|off|toggle]
  3.  
  4. Description:
  5.    When turned on, this setting will cause the client to allow escape
  6.    sequence color and highlight codes to be passed to the display window.
  7.    All other recognizable escape sequences will be removed.
  8.  
  9.    If turned off, the behavior is to convert all instances of ^[ (the ESC
  10.    character) to [.
  11.  
  12.    This setting only affects the display window, not the status bar. This has
  13.    the advantage of allowing ECHO and other commands to display special ANSI
  14.    escape sequences for color and highlighting, etc.
  15.  
  16.    Note that this setting is meaningless unless set(4) color is turned ON.
  17.  
  18. See Also:
  19.    set(4) color, display; echo(5); xecho(5)
  20.  
  21. Other notes
  22.    Also note that due to ircII-EPIC's new behavior of removing all unrecognized
  23.    escape sequences, the client is no longer vulnerable to "flash" attacks and
  24.    such evil ANSI codes that could scramble a vt100-compatible display.
  25.